POSITION PARTICLES

This command will position a particles object in 3D world space.

  Syntax
POSITION PARTICLES Particle Number, X, Y, Z
POSITION PARTICLES Particle Number, Vector
  Parameters
Particle Number
Integer
The particle object number
X
Float
The x position value
Y
Float
The y position value
Z
Float
The z position value

  Returns

This command does not return a value.

  Description

By moving a particles object you will be moving at the same time every particle that belongs to the particles object. To create the effect of trails, see POSITION PARTICLE EMISSIONS command.

  Example Code
load image "spec.bmp",3
make particles 3, 3, 10, 10.0
position particles 3, -3, 0, 10
do
loop
delete particles 1
end
  See also

PARTICLES Commands Menu
Index